home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / STATION.DIR / 00007_Script_fr loop4 < prev    next >
Text File  |  1996-02-28  |  186b  |  11 lines

  1. on exitFrame
  2.   global WhichChannel
  3.   if RollOver(2) then
  4.     set the keyDownScript to EMPTY
  5.     go to the frame
  6.   else
  7.     puppetSprite 2, false
  8.     go to "Loop3"
  9.   end if
  10. end
  11.